initial commit
[clinton/prusa3.git] / old stuff / prusalogo.scad
1 include <bitmap.scad>
2 #cube([18,28,1],center=true);
3 chars = ["P","R","U","S","A"];
4 char_count = 5;
5
6 translate([-4,-11.5,0]) 8bit_str(chars, char_count,0.7,4);
7 charsx = ["M","e","n","d","e","l"];
8 char_countx = 6;
9
10 translate([4,-11.5,0]) 8bit_str(charsx, char_countx,0.6,4);